/* --------------------------------------------------------------
   TYPOGRAPHY
-------------------------------------------------------------- */
body
{
	font-family:		Arial, Helvetica, Verdana, sans-serif;
	font-size:			12px;
}
h1
{
	font-size:			16px;
	font-weight: 		bold;
	color:				#ee9c00;
}

h2
{
	font-size:			13px;
	font-weight: 		bold;
	color:				#ee9c00;
}

p
{
	margin-bottom:		7px;
}


.content
{
	padding:			10px 10px 10px 30px;
	width:				465px;
}

hr
{
	background:			url(../img/hr.gif) top center no-repeat;
	width:				428px;
	height:				20px;
	border:				0px;
	margin-bottom:		20px;
        border:				none;
}
a,
a:link,
a:active,
a:visited,
a:hover
{
	color:				#284e15;
}
/* --------------------------------------------------------------
   FOOTER
-------------------------------------------------------------- */
.footer
{
	position:			relative;
	width:				750px;
	font-size:			11px;
	color:				#284c14;
	padding:			30px 10px 10px 30px;
	text-align:			center;
}
.footer a,
.footer a:link,
.footer a:active,
.footer a:visited
{
	color:				#284c14;
}
.footer a:hover
{
	color:				#ee9c00;
}
.footer p
{
	margin-top:			60px;
}

.footer .logo_pp
{
	position:			absolute;
	top:				20px;
	left:				20px;
	width:				166px;
}
.footer .logo_grg
{
	position:			absolute;
	top:				20px;
	left:				330px;
	width:				159px;
}
.footer .logo_procept
{
	position:			absolute;
	top:				20px;
	right:				60px;
	width:				100px;
}
/* --------------------------------------------------------------
   REGISTRATION
-------------------------------------------------------------- */
td.name
{
	font-size:		14px;
	color: 			#284e15;
	text-transform:uppercase;
}
table.register td hr
{
	margin:			5px 0px 10px 0px;
}

#register3 legend
{
	color:			#284e15;
}